protected void Button4_Click(object sender, EventArgs e)
        {
            int id = Utilidades.TOINT(IdTextBox.Text);

            if (PresupuestoDetalleBLL.Eliminar(PresupuestoDetalleBLL.Buscar(p => p.PresupuestoId == id)))
            {
                Limpiar();
            }
            else
            {
            }
        }