public static void SaveBudget(string name, double total, string items, string amounts) { SQLite.AddBudget(name, total, items, amounts); }