public Customer()
 {
     this.context = new CustomerContext();
 }
 public Customer(CustomerContext context)
 {
     this.context = context;
 }