/// <summary>
 /// Closes the connection to the database.
 /// </summary>
 public void Close()
 {
     BaseConnection.Close();
 }