public ActionResult Log() { model.Log = CommonCAS.GetLog(); if (model.Log.Count == 0) { model.Log.Add("Log is empty..."); } return(View(model)); }