// Hämtar vald åtgärd från databasen med FelanmID public List <Action> GetActionByCaseId(int caseId) { return(ActionDAL.GetActionByCaseId(caseId)); }