public DataTable SelectDataForPrint(D_Stock_Entity dse, string option)
 {
     return(dsdl.SelectDataForPrint(dse, option));
 }