public ActionResult Post([FromBody] Reader reader)
 {
     controlService.CreateReader(reader);
     return(StatusCode(201));
 }