public virtual DataSet GetEditData(string KeyValue)
 {
     return(_bll.DoGetDocData(KeyValue));
 }