public int Post([FromBody] Fermentation fr)
 {
     return(fr.insert());
 }