function getAllMasas()
{
    $masa = new Masa();
    return $masa->getAll();
}