public TicketingOffice.CrmService.Contracts.Customer FindCustomer(Guid customerID)
 {
     CustomerDal dal = new CustomerDal();
     return dal.GetEntity(customerID);
 }