public void InsertUpdateVisaType(ArrayList visatype)
 {
     VisaTypeStoredProcedure objvisatype = new VisaTypeStoredProcedure();
     objvisatype.InsertUpdateVisaType(visatype);
 }