// GET api/reporter
 public IEnumerable <Reporter> GetReporters()
 {
     return(repository.GetReporters());
 }