internal Bug CreateBug(Bug newBug)
 {
     return(_repo.CreateBug(newBug));
 }