public long CountPeriodo() { return(PeriodoDao.Count()); }
public long CountPeriodo(Expression <Func <Periodo, bool> > criteria) { return(PeriodoDao.Count(criteria)); }