public UserCollection FetchByID(object Id) { UserCollection coll = new UserCollection().Where("ID", Id).Load(); return(coll); }