///
 /// <summary>
 ///  Opens and closes a connection to the database, e.g. to
 ///  startup the server and make sure all is well.
 /// </summary>
 /// <returns>true if successful, false if not</returns>
 ///
 public bool TestConnection()
 {
     return(dataTier.OpenCloseConnection());
 }