I\'m currently creating a simple generic controller to be able to perform any CRUD request on any of my entities, here is the controller:
public abstract clas