//新增信息客户服务记录
 public void AddCustomerService(CustomerService customerService)
 {
     Dal.AddCustomerService(customerService);
 }