public void SetCheckIn(int id) { using (TECAirlinesDBEntities entities = new TECAirlinesDBEntities()) { entities.CHECKIN(id); } }