public MySqlCommand GetPreparedStatement(WorldDatabaseStatements index)
 {
     return(base.GetPreparedStatement((int)index));
 }
 public MySqlCommand GetPreparedStatement(WorldDatabaseStatements index)
 {
     return base.GetPreparedStatement((int)index);
 }