public static DialCodeDto GetFirstDialCodeByCallingPlanIdDialedNumber(int pCallingPlanId, long pDialedNumber)
 {
     using (var _db = new Rbr_Db()) {
         return(CallingPlanManager.GetFirstByCallingPlanIdDialedNumber(_db, pCallingPlanId, pDialedNumber));
     }
 }