public IHttpActionResult Get()
 {
     return(Ok(SectorDao.getSectors()));
 }