public PurchaseRequestDetail GetPurchaseRequestDetail(int Id)
 {
     return(_controller.GetPurchaseRequestDetail(Id));
 }