Member 'Database.GetUser(string)' cannot be accessed with an instance reference; qualify it with a type name instead. So i changed it to Database.GetUser(...) and it seems to like it just fine. So my question is, what's the difference between _db.GetUser() and Database.GetUser()?