public static CountryDto GetCountryByCountryCode(int pCountryCode)
 {
     using (var _db = new Rbr_Db()) {
         return(CallingPlanManager.GetByCountryCode(_db, pCountryCode));
     }
 }