public BaseResponse GetAuthentication(string username, string pwd, string uSERID, string pAGES) { BaseResponse resp = new BaseResponse(); resp = _supportRepository.GetAuthentication(username, pwd, uSERID, pAGES); return(resp); }