//Phương thức khởi tạo
 public OrderDetailsSvc()
 {
     _rep = new OrderDetailsRep();
 }