public static List <Product> ExtractProductFromDataset(DataSet ds)
 {
     return(MasterDataWorker.ExtractProductFromDataset(ds));
 }