internal IEnumerable <Bug> Get()
 {
     return(_repo.GetAllBugs());
 }