public int SendNotification() { Data.Notification objData = new Data.Notification(string.Empty); return(objData.SendNotification()); }