public BANCO GetByCodigo(String codigo) { BANCO item = _baseRepository.GetByCodigo(codigo); return(item); }