public void InsertHeaderBot(string Text, int H2_ID) { PSESEntities db = new PSESEntities(); db.InsertHeaderBot(Text, H2_ID); }