public void updateProfile(VendorModel model, int id)
 {
     vendordao.UpdateProfile(model, id);
 }