public BANCO CheckExist(BANCO conta, Int32?idAss) { BANCO item = _baseRepository.CheckExist(conta, idAss); return(item); }