public Cpt GetCpt(Expression <Func <Cpt, bool> > criteria) { return(CptDao.Get(criteria)); }
public Cpt GetCpt(int id) { return(CptDao.Get(id)); }