* @param -
* @return BufferedWriter des d'on es pot afegir contingut al fitxer de text.
* @throws -
*/
public BufferedWriter getFileW() {
FileControllerDomain fCD = new FileControllerDomain();
_fc = fCD.openFile();
/*
* LA FUNCIO DE SOBRE S'HAURIA D'INVOCAR AL CONTROLADOR DE DOMINI
PROPI DE CADA SUBGRUP, HE POSAT EL DE PRESENTACIO PER COMODITAT
*/
File fitxer = _fc.getSelectedFile();