public IHttpActionResult addSector(Sector c)
        {
            int changeLine = SectorDao.addSector(c);

            return(Ok(changeLine));
        }