private Hermano Vaciar()
        {
            Hermano hermano = new Hermano();

            HermanoIdNumericUpDown.Value = 0;
            NombreTextBox.Clear();
            ApellidoTextBox.Clear();
            DireccionTextBox.Clear();
            TelCasaTextBox.Clear();
            TelCelTextBox.Clear();
            TelOtroTextBox.Clear();
            CedulaTextBox.Clear();


            return(hermano);
        }
        private Responsable Vaciar()
        {
            Responsable responsable = new Responsable();

            ResponsableIdNumericUpDown.Value = 0;
            NombreTextBox.Clear();
            ApellidoTextBox.Clear();
            DireccionTextBox.Clear();
            TelCasaTextBox.Clear();
            TelCelTextBox.Clear();
            TelOtroTextBox.Clear();
            CedulaTextBox.Clear();
            NumeroResponsableUpDown.Value = 0;


            return(responsable);
        }