public IHttpActionResult Delete([FromUri] int level)
 {
     deleteService.DeleteFromDatabase(level);
     return(Ok());
 }