In a CRUD where in the act of registering you should check if a certain field already exists in the bank, in order not to allow duplicate registration, this verification rule must be in the DAO class (% with% if it exists in the act of registering ) or Controller (see via DAO that returns Exception
or false before registration)?