public BestillingBLL(IBestillingDAL stub)
 {
     _repository = stub;
 }
 public BestillingBLL()
 {
     _repository = new BestillingDAL();
 }
 public BestillingBLL()
 {
     bestilling = new BestillingDAL();
 }
 public BestillingBLL(IBestillingDAL bestillingdal)
 {
     bestilling = bestillingdal;
 }
 public BestillingBLL()
 {
     bestilling = new BestillingDAL();
 }
 public BestillingBLL(IBestillingDAL bestillingdal)
 {
     bestilling = bestillingdal;
 }