public PostDb()
 {
     db = new Oddhoyon_AdminPanelEntities();
 }
 public UsersDb()
 {
     db = new Oddhoyon_AdminPanelEntities();
 }