private Task <bool> UsersExists(int id)
 {
     return(_repo.UserExsistsAsync(id));
 }