// GET: api/Location
 public IEnumerable <string> Get()
 {
     return(db.locations());
 }