public int Post([FromBody] APIEmpIdModel <Materials> value) { try { return(db.Add(value)); } catch (Exception) { throw; } }