protected void BindItems()
 {
     gvUserList.DataSource = BLL_PB_PortageBill.Allotment_Flag_Mail_Users(UDFLib.ConvertStringToNull(txtUsername.Text));
     gvUserList.DataBind();
 }