public List <Business> GetAllBusinessByType(string type)
 {
     return(businessRepo.GetAllBusinessByType(type));
 }