public List <Company> GetList(Expression <Func <Company, bool> > where)
 {
     return(_dal.FindList(where, m => m.CompanyID, false));
 }