public IEnumerable <PMSMaster> UpdatePMSMaster([FromBody] PMSMaster PMSMaster, string UserId, string PMSId)
 {
     return(objCountry.UpdatePMSMaster(PMSMaster, UserId, PMSId));
 }
 public IEnumerable <PMSMaster> AddPMSMaster([FromBody] PMSMaster PMSMaster, string UserId)
 {
     return(objCountry.AddPMSMaster(PMSMaster, UserId));
 }