public void bind(string strWhere)
 {
     List<Model.SuppliesRecipients> listrescipientsmodule = new List<Model.SuppliesRecipients>();
     ExtendBLL.SuppliesRecipients berescipients = new ExtendBLL.SuppliesRecipients();
     listrescipientsmodule = berescipients.ExtendGetModuleList(strWhere);
     GridViewRConsum.DataSource = listrescipientsmodule;
     GridViewRConsum.DataBind();
 }