public RegisterTicketEntity ReadRegistrationTicket(Guid id)
 {
     return(_databaseWorker.ReadRegistrationTicket(id));
 }