public IEnumerable <ServiceUserLocation> GetLocationbyUser(Guid CustomerId)
 {
     return(repository.GetLocationbyUser(CustomerId));
 }