public List <Market> GetAll() { return(accessDal.GetAll()); }
public List <Customer> GetAll() { return(accessDal.GetAll()); }
public List <Product> GetAll() { return(accessDal.GetAll()); }