private int ContarPessoa(Func <Pessoa, bool> expresssion)
 {
     InitRepositorio <Pessoa>();
     return(_repoPessoa.Contar(expresssion));
 }