public bool LogPrintEvent([FromBody] APIEmpIdModel <int> value)
 {
     try
     {
         return(db.LogPrintEvent(value));
     }
     catch (Exception e)
     {
         throw e;
     }
 }