public IQueryable <Int32> GetInt32(Int32 int32) { Int32[] x = new Int32[] { int32 }; return(x.AsQueryable()); }