public ActionResult DeleteConfirmed(Guid id) { _birdRepository.DeleteBird(id); return(RedirectToAction("Index")); }