public Guid CreateCustomer(TicketingOffice.CrmService.Contracts.Customer newCustomer) { CustomerDal dal = new CustomerDal(); return dal.CreateEntity(newCustomer); }