private static Banco GetDataBase() { Banco db = new Banco(); if (!db.DatabaseExists()) { db.CreateDatabase(); } return db; }