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