public DataSet BindResultFormat_BL(EWA_Common objEWA)
 {
     try
     {
         DL_Common objDL = new DL_Common();
         DataSet   ds    = objDL.BindResultFormat_DL(objEWA);
         return(ds);
     }
     catch (Exception exp)
     {
         throw exp;
     }
 }