public IHttpActionResult InsertSector(OneValueModel model) { edisRepo.FeedDataForSectors(model.Value); return(Ok()); }