public DataTable QueryPICK_CONTROL(ArrayList ParameterList)
 {
     try
     {
         DBO.PUR_PurchaseDeliveryGoodsDBO dbo = new PUR_PurchaseDeliveryGoodsDBO(ref USEDB);
         return dbo.QueryPICK_CONTROL(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }