private global::System.Web.UI.HtmlControls.HtmlSelect @__BuildControlresponsibleSection_ddl() {
     global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlSelect();
     this.responsibleSection_ddl = @__ctrl;
     @__ctrl.Name = "responsibleSection_ddl";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "form-control");
     @__ctrl.ID = "responsibleSection_ddl";
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlSelect @__BuildControlstatus_ddl() {
     global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlSelect();
     this.status_ddl = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "form-control disableControl");
     @__ctrl.ID = "status_ddl";
     @__ctrl.Disabled = true;
     global::System.Web.UI.WebControls.ListItem @__ctrl1;
     @__ctrl1 = this.@__BuildControl__control2();
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(@__ctrl1);
     global::System.Web.UI.WebControls.ListItem @__ctrl2;
     @__ctrl2 = this.@__BuildControl__control3();
     @__parser.AddParsedSubObject(@__ctrl2);
     global::System.Web.UI.WebControls.ListItem @__ctrl3;
     @__ctrl3 = this.@__BuildControl__control4();
     @__parser.AddParsedSubObject(@__ctrl3);
     return @__ctrl;
 }