public List <Colaborador> Find(Expression <Func <Colaborador, bool> > where) { return(DAO.Find(where)); }