public List <Country> GetAllTariffActive()
 {
     return(_context.GetNIncludeTariff(c => c.IsActived && !c.IsDeleted));
 }