void alertRequired(bool status, IAlert alertNow, string message)
 {
     if (!status)
     {
         alertNow.sendAlert(message);
     }
 }