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