public async Task <IActionResult> SortBys() { List <MetaListSortBy> MasterList = await _metaProvider.SortBys(); return(View(MasterList)); }