public int Update_TrainsBAL(Train t) { TrainDAL traindal = new TrainDAL(); return traindal.Update_TrainsDAL(t); }