public void deleteCoachType(int COACHTYPEID)
 {
     CoachMaster objcoach = new CoachMaster();
     objcoach.deleteCoachType(COACHTYPEID);
 }