private Entrada addEntradaValues() { try { Entrada o = getEntradaFormValues(); EntradaCtrl.AddEntrada(o); return(o); } catch { throw; } }