// GET: SalaryItem
 public ActionResult Index()
 {
     return(View(SalaryItem.GetAll()));
 }