public bool UserExisByName(string full_name)
 {
     return(_userRepo.ExistByName(full_name));
 }