public ResponseModel ResetPassword(resetViewModel user)
 {
     throw new NotImplementedException();
 }
 public Tuple <bool, dynamic> ResetAuthenticationPwd(resetViewModel user)
 {
     throw new NotImplementedException();
 }