public IActionResult Create()
 {
     Sheep.CreateRandomSheep();
     return(View("Index", Sheep.List()));
 }