public IEnumerable <ServiceAreaNumberDto> GetAllServiceAreas()
 {
     return(_svcAreaRepo.GetAllServiceAreas());
 }