public IHttpActionResult PanicButtonTestingUpdate(TroubleShootingViewModel model)
 {
     return(Ok(SecurityService.PanicButtonTestingUpdate(model.ToServiceRequestModel())));
 }
 public IHttpActionResult CCTVProblemTestingUpdate(TroubleShootingViewModel model)
 {
     SecurityService.CCTVProblemTestingUpdate(model.ToServiceRequestModel());
     return(Ok());
 }
 public IHttpActionResult AlamZoneTestingUpdate(TroubleShootingViewModel model)
 {
     return(Ok(SecurityService.AlamZoneTestingUpdate(model.ToServiceRequestModel())));
 }