private void DataBindResType()
 {
     this.gvwResType.DataSource = ResType.GetAll();
     this.gvwResType.DataBind();
 }