/**
  * Sets Connection To Be Used For Desired Query
  * @param $Connection           - Connection Name
  */
 private static function selectConnection($Connection)
 {
     Database::$SelectedConnection = Database::$Connections[$Connection];
 }