public LocationViewModel GetLocation(int id) { var location = context.GetLocation(id); return(new LocationViewModel(location)); }