private List <Tenant> GetAllFromRange(Range range) { return(Schools.Skip(range.Min).Take(range.Max - range.Min).ToList()); }