public List <Combine> GetAll() { return(_combineDAL.GetAll().ToList()); }
public ICollection <Combine> GetAll() { return(_dal.GetAll()); }