public List <Business> GetAllReleventBusiness(string location, string category)
 {
     return(businessRepo.GetAllReleventBusiness(location, category));
 }