//AddMenu public static void TambahMenu(string tgl, string menu, string jam) { InsertData.AddMenuDB(tgl, menu, jam); }