BuildStarted referral or existing on at the same time use,
in controller
using PagedList;
using PagedList.Mvc;
and use in view
@model PagedList.IPagedList
@using PagedList;
@using PagedList.Mvc;
and use paging
@Html.PagedListPager(Model, page => Url.Action("Index", new { page =
page }))