public BaseML()
 {
     _connection = new ConnectionML();
     _database = _connection.getDatabase();
 }