private bool UserExists(long id)
 {
     return(_dbController.UserExists(id));
 }