public DataResponse <Genero> GetByID(int id)
 {
     return(dal.GetByID(id));
 }