public void InsertUpdatecoachtype(ArrayList Coach)
         {

             CoachMaster objcoachtype = new CoachMaster();
             Coach.Insert(3, Session["usersid"].ToString());
             objcoachtype.InsertUpdatecoachtype(Coach);

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