/// <summary>
 /// Helper method to insert values into the database.  If successful, it will set teh appropriate row id.
 /// </summary>
 /// <param name="Module"></param>
 private void InsertChargeCodeIntoDatabase(TicketChargeCode ChargeCode)
 {
     HelpdeskService.CreateChargeCode(ChargeCode);
 }