Yeah, I was about to suggest the "using" directive--you can specify any class with that and it will allow you to use functions from that class without qualification. It's usually used for system classes in the .NET framework but you can use it for your own as well.