public ActionResult DeleteApplicantEducation([FromBody] BreweryPoco[] pocos)
 {
     _logic.Delete(pocos);
     return(Ok());
 }