public Response <UserModel> GetUser(int userID)
 {
     return(_userDetailService.GetUser(userID));
 }