public List <Tuple <Guid, IList <CustomerLocation> > > AddNewLocation(CustomerLocation item)
 {
     return(repository.AddNewLocation(item));
 }