public Country GetWithId(int id)
 {
     return(_context.GetNInclude(c => c.Id == id && !c.IsDeleted));
 }