public void Remover(int ID)
        {
            GastosDatabase db = new GastosDatabase();

            db.Remover(ID);
        }