public IEnumerable <ServiceRequestModel> GetExistsWorkOrderORNOT(Guid ClientId, Guid CustomerId, Guid LocationId)
 {
     return(repository.GetExistsWorkOrderORNOT(ClientId, CustomerId, LocationId));
 }