public IActionResult Delete(int id)
 {
     _behaviorRepository.Delete(id);
     return(NoContent());
 }