public List <Group> GetMyGroups(string userId)
 {
     return(GroupBL.GetMyGroups(userId));
 }