public List <GastosDTO> Listar()
        {
            GastosDatabase db = new GastosDatabase();

            return(db.Listar());
        }