public static function setConnection(mysqli $newConnection)
 {
     self::$conn = $newConnection;
 }