public static void Login()
 {
     instance.LoadData(BaseRepository.getById <User>(ServerManager.LoggedUserID));
 }