public IHttpActionResult GetAllUsersSR(string sr)
 {
     return(Json(_service.GetAllSR(sr)));
 }