public bool InsertSql(string sql) { bool result = false; result = MyDatabase.Query(sql); return(result); }