public DbCustomer CreateNewCustomerFromInput(RepositoryModelTicket ticket)
 {
     return(_ticketRepository.CreateNewCustomerFromInput(ticket));
 }