public void AggiungiMenu(Menu menu) { try { dao.AggiungiMenu(menu); } catch (SystemException) { throw new Exception("Errore di sistema!"); } }