One option you have is to use the keyword "public" to make it accessible to other classes. It sounds like you are just starting out with C#. Before you get too far with the XNA framework and game programming, I'd highly recommend that you take some time to learn the basics of OO programming with C# first. You don't need to be an expert, but getting a basic understanding of the syntax and key concepts is going to go a long way to avoiding frustration. There's
a FAQ here with some great recommendations.
Hope that helps!