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