public Group GetGroupById(string groupId)
 {
     return(GroupBL.GetGroupByID(groupId));
 }