* Constructor that create a new GeoController object.
* @param m --> The MessageManager with all the messages to the user.
*/
public GeoController(ViewBridge v){
db = new DBManager();
parser = new XMLGeoParser();
loadFromDatabase();
view = v;
pool = new ArrayList<Integer>();