/// <summary>
 /// Safely opens the connection, executes and closes the connection
 /// </summary>
 /// <param name="comm"></param>
 /// <returns></returns>
 protected int SafeExecuteNonQuery(DbCommand comm)
 {
     return comm.SafeExecuteNonQuery();
 }