public bool DeleteSquadPlayer(int squadPlayer_ID, int club_ID) { return(_clubRepos.DeleteSquadPlayer(squadPlayer_ID, club_ID)); }