public int DeleteUser(string userId)
 {
     return(_user.DeleteUser(userId));
 }