private async Task <CatererViewModel> GetCatererAndAddress(Guid id)
 {
     return(_mapper.Map <CatererViewModel>(await _repo.GetCatererAndAddress(id)));
 }