public Locations GetLocationByLocationId(int locationId) { Locations location = locRepo.GetLocationByLocationId(locationId); return(location); }