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