public void AddFormStarShouldRedirectToList()
 {
     _controller.AddFormStar().AssertActionRedirect().ToAction("List");
 }