Error while rendering view [Employee List]. Please, make sure the rendering is configured properly or contact your administrator.
System.Web.HttpUnhandledException (0x80004005): An unhandled exception occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Cabana.SDU.Feature.Employee.Models.EmployeeListViewModel.get_EmployeeCategories()
at ASP._Page_Views_Employee_EmployeeList_cshtml.<Execute>b__1(EmployeeCategory x) in c:\home\site\wwwroot\Views\Employee\EmployeeList.cshtml:line 47
at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
at ASP._Page_Views_Employee_EmployeeList_cshtml.Execute() in c:\home\site\wwwroot\Views\Employee\EmployeeList.cshtml:line 47
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
at System.Web.WebPages.StartPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)