//update profile
 public static int updateprofile(string custphone, string name, string email, string altmobile, string address, string image)
 {
     return(AnkapurRepository.updateprofile(custphone, name, email, altmobile, address, image));
 }