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