public IActionResult ShowCount()
 {
     return(View(countable.getNumber()));
 }