//send password to customer mobile

        public static SqlDataReader sendpwtocustomer(string phone)
        {
            return(AnkapurRepository.sendpwtocustomer(phone));
        }