function dodajGalerie($galeriaZdjec) {
		$mysqlGaleriaZdjec = new MysqlGaleriaZdjec($this->polaczenie);
		return $mysqlGaleriaZdjec->dodaj($galeriaZdjec);
	}
    function dodajGalerie($galeriaZdjec) {
		$mysqlGaleriaZdjec = new MysqlGaleriaZdjec($this->polaczenie, $this->nazwaTabeliZGaleriami);
		return $mysqlGaleriaZdjec->dodaj($galeriaZdjec);
    }