public object GetRegInfoListByCatIdBranchCode(string branchCode, string catId, string status)
 {
     return(_distributorRepository.GetRegInfoListByCatIdBranchCode(branchCode, catId, status));
 }