public void CreateNotification(string msg, string creator, string creatorEnrollNo, string todate) { bool a = ConnC.CreateNotif(msg, creator, creatorEnrollNo, todate); Console.WriteLine("CreateNotification Method called from ChatHub."); Clients.All.ntfCreated(); }