public static int updatecustomerotp(string CustomerPhoneNumber, string CustomerName, string Address, string OTP)
 {
     return(AnkapurRepository.updatecustomerotp(CustomerPhoneNumber, CustomerName, Address, OTP));
 }