public get_Train_By_ID_Result get_Train_By_IDBAL(int id)
 {
     TrainDAL traindal = new TrainDAL();
     return traindal.get_Train_By_IDDAL(id);
 }