public long CountCpt() { return(CptDao.Count()); }
public long CountCpt(Expression <Func <Cpt, bool> > criteria) { return(CptDao.Count(criteria)); }