public void AddNewElementToDb(ElementDataEntryModel model)
 {
     _service.AddNewElement(ElementMapper(model));
 }