public Classe GetByRegistro(int _registro) { return(_DAO.Find(c => c.Registro == _registro).First()); }