public List <ChatLog> GetAllChatsWithVolunteerID(int userid)
 {
     return(context.GetAllOpenChatsWithVolunteerID(userid));
 }