public object GetDistCodeByPmhone(string pmphhone)
 {
     return(_distributorRepository.GetDistCodeByPmhone(pmphhone));
 }