public void EditIndustry()
 {
     Industries.Add(new Industry {
         ID = 5, Industry_Name = "aaa"
     });
 }