public long CountReporte() { return(ReporteDao.Count()); }
public long CountReporte(Expression <Func <Reporte, bool> > criteria) { return(ReporteDao.Count(criteria)); }