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