public IEnumerable <Periodo> Pesquisar(Expression <Func <Periodo, bool> > predicate)
 {
     return(_periodoRepository.Pesquisar(predicate));
 }