// GET api/<controller>
 public IEnumerable <Bug> Get()
 {
     return(_bugsRepository.GetBugs());
 }