public UsersDAL() { db = new database(); }
public PlaceDAL() { db = new database(); }
public PlaceInfoDAL() { db = new database(); }