public IHttpActionResult DeleteBasinMap(int mapId) { var result = _mapService.DeleteMap(mapId); return(Ok(result)); }